<link href="form.css" type="text/css" rel="stylesheet" />
<div class="form-container">
<p class="legend"><strong>Send an employee to a business trip</strong></p>
<div><label for="staff">Employee <em>*</em></label><customtag var="staff" delegation="ru.runa.wf.web.html.vartag.GroupMembersComboboxVarTag" /></div>
<div><label for="since">Since <em>*</em></label><customtag var="since" delegation="ru.runa.wf.web.html.vartag.DateInputVarTag" /><em><font size="-1"> (dd.mm.yyyy)</font></em></div>
<div><label for="till">Till <em>*</em></label><customtag var="till" delegation="ru.runa.wf.web.html.vartag.DateInputVarTag" /><em><font size="-1"> (dd.mm.yyyy)</font></em></div>
<div><label for="reason">Business trip type <em>*</em></label><select id="businessTripType" name="businessTripType">
<option value="local" selected="selected">local</option>
<option value="toAnotherRegion">to another region</option>
</select></div>
<div><label for="reason">Reason <em>*</em></label><input id="reason" name="reason" /></div>
<div><label for="comment">Comments</label><textarea id="comment" name="comment"></textarea></div>
</div>